home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-wos-src / machines / amigawos / startup / buf.s next >
Text File  |  1999-01-01  |  445b  |  30 lines

  1. ##
  2. ##  buf.s
  3. ##
  4. ##  VBCC startup code for PowerPC programs using WarpOS/PowerOpen
  5. ##  (c)1998 by Frank Wille
  6. ##
  7. ##
  8. ## Implements a buffer-zone against cache-alignment problems at
  9. ## the beginning of each section.
  10. ##
  11. ## It will be linked with the M68k startup.o to form the final
  12. ## startup code.
  13. ##
  14. ##  V0.1  07-Mar-98  phx
  15. ##        created
  16. ##
  17.  
  18.     .file    "buf.s"
  19.  
  20.     .text
  21.     .space    32
  22.  
  23.     .rodata
  24.     .space    32
  25.  
  26.     .data
  27.     .space    32
  28.  
  29.     .bss    .bss_start_buf,32
  30.